-
Notifications
You must be signed in to change notification settings - Fork 3
Add Deepgram Streaming Diarization #74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
e4b7d44 to
62870c1
Compare
EduardoPach
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just a few nits and good to merge
src/openbench/pipeline/orchestration/orchestration_deepgram_streaming.py
Outdated
Show resolved
Hide resolved
EduardoPach
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With #86, we've introduced support for forcing or hinting language to the orchestration and transcription pipelines. Could you also add it here if it has this option for streaming? Otherwise, you can warn that the hinting won't work as I did for AssemblyAITranscriptionPipeline
After that, we are good to merge.
This PR adds the streaming diarization pipeline used for benchmarking. It currently supports the Deepgram Streaming API, with additional pipelines to be integrated in the future.